%
Head()
Server.ScriptTimeOut=9999999
dim admin_flag
admin_flag="24,25"
if not Dvbbs.master or instr(","&session("flag")&",",",24,")=0 or instr(","&session("flag")&",",",25,")=0 then
Errmsg=ErrMsg + "
本页面为管理员专用,请登录后进入。
您没有管理本页面的权限。"
dvbbs_error()
else
if request("action")="Nowused" then
call nowused()
elseif request("action")="update" then
call update()
elseif request("action")="del" then
call del()
elseif request("action")="CreatTable" then
call creattable()
elseif request("action")="search" then
call search()
elseif request("action")="update2" then
call update2()
elseif request("action")="update3" then
call update3()
else
call main()
end if
Footer()
end if
sub main()
%>
说明: 您可以选择下列其中之一种模式进行帖子数据在不同表之间的转换。 |
模式一:搜索要转移的帖子 |
注意:这里仅搜索所在表的主题和发表用户数据,搜索后对搜索结果进行操作 |
模式二:在不同表转移数据 |
注意:最前N条记录指数据库中最早发表的帖子(如果平均每个帖子有5个回复,那么100个主题在这里的更新量将是500条记录),这通常要花很长的时间,更新的速度取决于您的服务器性能以及更新数据的多少。执行本步骤将消耗大量的服务器资源,建议您在访问人数较少的时候或者本地进行更新操作。 |
<%
end sub
sub nowused()
%>